projects
/
cargo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fe0866
)
Touch up the `include` docs a bit
author
Alex Crichton
<alex@alexcrichton.com>
Wed, 29 Apr 2015 18:26:01 +0000
(11:26 -0700)
committer
Alex Crichton
<alex@alexcrichton.com>
Wed, 29 Apr 2015 18:26:01 +0000
(11:26 -0700)
src/doc/manifest.md
patch
|
blob
|
history
diff --git
a/src/doc/manifest.md
b/src/doc/manifest.md
index 8bfc94a7d73d24a7c51b6d8519a9fe691b3cd7cf..4267b02754e97055801253f320483a522537573f 100644
(file)
--- a/
src/doc/manifest.md
+++ b/
src/doc/manifest.md
@@
-59,11
+59,12
@@
exclude = ["build/**/*.o", "doc/**/*.html"]
```toml
[package
# ...
-include = ["src/
resource.data
"]
+include = ["src/
**/*", "Cargo.toml
"]
```
The options are mutually exclusive: setting `include` will override an
-`exclude`.
+`exclude`. Note that `include` must be an exhaustive list of files as otherwise
+necessary source files may not be included.
## Package metadata